body {
	margin: 0;
	padding: 0;
	background: #F5F5F5;
	font-family: Microsoft YaHei !important;
	color: #000000 !important;
}
div,p{
	font-family: Microsoft YaHei !important;
}
a{
  text-decoration: none;
  color: #333333;
}
#header_div {
	background-color: #e60012;
	width: 100%;
	height: 240px;
	padding: 0;
	margin: 0;
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#head_top_container {
	height: 38px;
	padding-top: 21px;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0.28px;

	color: #fff;
	vertical-align:middle;
}

#head_top_container a{ color:#fff;}


#head_top_container .left_top_txt{float: left; width:50%; font-size: 10px; font-weight: bold; letter-spacing: 0em; color: #FFFFFF;}
#head_top_container .left_top_txt span{ padding-right:10px;}
#head_top_container .right_top_txt{ font-size:16px; float: right; width:40%;}
#head_top_container .right_top_txt span{  height:22px; display:flex; align-items:center; justify-content:center;}

#welcome_txt {
	float: left;
	width: 547px;
	height: 17px;
	opacity: 1;
	font-size: 16px;
	letter-spacing: 1px;
}

#change_text {
	float: right;
	height: 17px;
	opacity: 1;
}

#header_search_container {
	line-height: 1.4;
	height: 160px;
	padding-top:20px;
	text-align: center;
}

#logo-m { display:none; position: relative; float: left; top: 36%; transform: translate(0%, -50%); width: 581px; height: 74px; opacity: 1;}
#logo-m img{ display: block; width: 100%; }
#logo { display:block; position: relative; float: left; top: 36%; transform: translate(0%, -50%); width: 581px; height: 74px; opacity: 1; }
#logo img{ display: block; width: 100%; }

#search_div {
	position: relative;
	float: right;
	top: 36%;
	transform: translate(0%, -50%);
	width: 398px;
	height: 42px;
	opacity: 1;
}

#search_input {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 398px;
	height: 42px;
	border-radius: 4px;
	opacity: 1;
	background: #FFFFFF;

	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	outline: none !important;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 0.32px;
	color: #999999;
	padding-left: 10px;
}

#search_button {
	position: absolute;
	right:0px;
	top: 0px;
	width:70px;
	height:42px;
	border-left:solid 2px #D01122;
	opacity: 1;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	background:url(key.png) 22px 8px no-repeat;
}

#nav_div {
	width: 100%;
	height: 56px;
	margin: 0px;
	padding: 0px;
	opacity: 1;

	background: #FCF4D4;
	/*border-bottom:solid 2px #D01122;*/
}

#nav_container {
	height: 50px;
	text-align: center;
	font-weight: bold;
}

#nav_container a {
	line-height: 50px;
	color: #FFFFFF;
}

#nav_container ul {
	margin: 0;
	list-style: none;
}

#nav_container li {
	float: left;
	font-weight:bold;
	width: 14.2%;
}

#nav_container li:hover {
	background: #AA0D1B;
}

#nav_container li.hover {
	background: #AA0D1B;
}

.channel {
	float: left;
	height: 50px;

	font-family: PingFangSC-Medium;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.36px;

	color: #FFFFFF;
}

#current_div {
	margin: 0px;
	padding: 0px;
	background: #F5F5F5;
}

#current_container {
	padding: 21px;
	opacity: 1;
	display: block;
}

#current_container img {
	vertical-align: middle;
}

#current_container a:hover {
	color: #CCAD7E;
}

#current_text {
	float: left;
	padding-left: 7px;
	width: 214px;
	height: 17px;
	opacity: 1;

	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0.28px;

	color: #666666;
}

#bottom_line {
	width: 100%;
	height: 5px;
	opacity: 1;
	background: #D01122;
}

#bottom_div {
	opacity: 1;
	background: #F6F4F1;
}

#bottom_container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

#link {
	position: relative;
	height: 47px;
	width: 1200px;
	display: flex;
	margin-top: 13px;
	margin-bottom: 4px;
}

.link_menu {
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;
	color: #333333;
	margin-right: 5px;
}

.link_item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
}

#link_popmenu {
	display: none;
	position: absolute;
	bottom: -40px;
	z-index: 1;
	width: 1200px;
	height: 40px;
	opacity: 1;
	background: #DFDDDD;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

#link_popmenu .popmenu_div {
	display: flex;
	align-items: center;
	height: 100%;
}

#link_popmenu a {
	text-decoration: none;
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;
	letter-spacing: 0.32px;
	color: #333333;
}

#link_popmenu a:hover {
	color: #CCAD7E;
}

.link_pop_item {
	padding-left: 20px;
}

#copyright {
	top: 120px;
	height: 198px;
	width: 1200px;
	opacity: 1;
	display: block;
	padding:10px 0px;
}

#copyright_text {
	position: relative;
	top: 10px;
	width: 663px;
	opacity: 1;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
	letter-spacing: 0px;

	color: #333333;
	text-align: left;
	float: left;
}

#copyright_img {
	position: relative;
	top: 10px;
	float: right;
	vertical-align: middle;
	text-align: right;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.img_item {
	padding-left: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.pad_top {
	padding-top: 40px;
}

.color-666 {
	color: #666666;
}


#qrcode-div {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#qrcode-div .qrcode-mes {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0.32px;
	margin-bottom: 12px;
	color: #999999;
}

#qrcode-div .qrcode-img {
	width: 152px;
	height: 152px;
	margin-bottom: 41px;
}

#pagination-div {

}

#pagination-div .line_div {
	border-bottom: 1px solid #D8D8D8;
}

#pagination-div .page-content {
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pagination-div .page-button .button-img{
	width: 28px;
	height: 28px;
	margin-right: 14px;
}

#pagination-div .page-button .button-img.default {
	display: block;
}

#pagination-div .page-button .button-img.highlight {
	display: none;
}

#pagination-div .page-button {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0.32px;
	display: flex;
	align-items: center;
	color: #3D3D3D;
	margin-right: 140px;
	cursor: pointer;
}

#pagination-div .page-button:last-child {
	margin-right: 0;
}

#pagination-div .page-button:hover {
	color: #CCAD7E;
}

#pagination-div .page-button:hover .button-img.default {
	display: none;
}

#pagination-div .page-button:hover .button-img.highlight {
	display: block;
}

#content-more-button {
	width: 286px;
	height: 57px;
	border-radius: 4px;
	opacity: 1;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #CCAD7E;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 83px;
	cursor: pointer;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #CCAD7E;
}

#content-more-button .button-icon {
	margin-left: 20px;
	width: 58px;
	height: 12px;
}

.r_nma{
  position: absolute;
  top: 47px;
  height: 40px;
  left: 0;
  width: 100%;
  background: #DFDDDD;
  z-index: 2;
  display: none;
}
.link_item:hover span{
  color: #CCAD7E;
}
.link_item:hover .r_nma{
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.r_nma a{
  margin-left: 20px;
}
.r_nma a:hover{
  color: #CCAD7E;
}
.r_dyin{
  cursor: pointer;
  position: relative;
}
.fxcal{
  position: relative;
  cursor: pointer;
}
.r_wni {
  position: absolute;
  left: 5px;
  display: none;
}
.r_wni a{
  width: 100px;
  display: block;
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.fxcal:hover .r_wni{
  display: block;
}

.n-p-link a{ margin-right:20px;}
.n-p-link a:hover{ cursor:pointer; color: #CCAD7E;}
.n-p-text{ margin:0px;}